+2004-06-07 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_button_press): Revert the patch
+ from 2003/Sep/12. This kept DnD in tree views within modal
+ dialogs from working, which is especially bad for the file
+ chooser. Fixes #135168.
+
Sun Jun 6 23:57:21 2004 Matthias Clasen <maclas@gmx.de>
Make the entry context menu work in editable text cells. The changes are
+2004-06-07 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_button_press): Revert the patch
+ from 2003/Sep/12. This kept DnD in tree views within modal
+ dialogs from working, which is especially bad for the file
+ chooser. Fixes #135168.
+
Sun Jun 6 23:57:21 2004 Matthias Clasen <maclas@gmx.de>
Make the entry context menu work in editable text cells. The changes are
+2004-06-07 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_button_press): Revert the patch
+ from 2003/Sep/12. This kept DnD in tree views within modal
+ dialogs from working, which is especially bad for the file
+ chooser. Fixes #135168.
+
Sun Jun 6 23:57:21 2004 Matthias Clasen <maclas@gmx.de>
Make the entry context menu work in editable text cells. The changes are
+2004-06-07 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_button_press): Revert the patch
+ from 2003/Sep/12. This kept DnD in tree views within modal
+ dialogs from working, which is especially bad for the file
+ chooser. Fixes #135168.
+
Sun Jun 6 23:57:21 2004 Matthias Clasen <maclas@gmx.de>
Make the entry context menu work in editable text cells. The changes are
gint column_handled_click = FALSE;
gboolean row_double_click = FALSE;
gboolean rtl;
- GtkWidget *grab_widget;
/* are we in an arrow? */
if (tree_view->priv->prelight_node &&
/* Save press to possibly begin a drag
*/
- grab_widget = gtk_grab_get_current ();
- if ((grab_widget == NULL || grab_widget == widget) &&
- !column_handled_click &&
+ if (!column_handled_click &&
tree_view->priv->pressed_button < 0)
{
tree_view->priv->pressed_button = event->button;